Repository<T> Class Members
The following tables list the members exposed by Repository<T>.
Protected Fields
Name | Description | |
---|---|---|
![]() | DateTimeFormat |
Public Properties
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a single specified record to the repository. |
![]() | AddRange | Adds a list of specified entities to the repository. |
![]() | Find | Gets all records that satisfy user-defined criteria. |
![]() | GetAll | Gets all records for the current repository. |
![]() | Remove | Removes a single specified record from the repository. |
![]() | RemoveRange | Removes a list of specified entities from the repository. |
![]() | SingleOrDefault | Attempts to find a single record that satisfies user-defined criteria. Default value is passed if no record is found. |
Protected Methods
See Also